home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 162 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: news.primenet.com!not-for-mail
  2. From: kipster@primenet.com (Kip Pesuti)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: Sending Mail with Amosaic
  5. Date: 4 Jan 1996 02:02:02 -0700
  6. Organization: Primenet Services for the Internet
  7. Sender: root@primenet.com
  8. Message-ID: <1647.6577T55T473@primenet.com>
  9. References: <663.6575T1077T1502@gate.net> <748.6576T1306T669@stud.cs.uit.no>
  10. X-Posted-By: ip213.pom.primenet.com
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  12.  
  13. >>Has anyone configured it correctly and do you have any pointers.
  14. >>I have SMTPpost and Sendmail in my bin, here's my mosaic prefs
  15. >>entry:
  16.  
  17. >Since you're using THOR, you might want to check out the SendMail.thor in
  18. >THOR's Rexx/ directory...
  19.  
  20. Yes, this works well. But you have to manually send the mail by openning 
  21. ConnectTHOR and clicking on "Send Events". But, I just found a new arexx
  22. script at Aminet that sends the events without openning ConnectTHOR. It's
  23. called "SendEvents.thor".
  24.     
  25.     ftp.netnet.net/pub/aminet/comm/mail SendEvents.lha
  26.  
  27. What I did was, I tagged "SendEvents.thor" onto the end of "SendMail.thor",
  28. just before the END command (if that matters), making them one script. I
  29. named it "SendMail2.thor" just to protect the original "SendMail.thor".
  30.  
  31. So, my prefs look like this:
  32.  
  33. SendMail      rx THOR:rexx/SendMail2.thor
  34.  
  35. Which is configured like this:   (the "SendMail.thor" part)
  36.  
  37. MailSystem = 'PrimeNet'
  38. MailConfName = 'Email'
  39.  
  40. and:   (the "SendEvents.thor" part) 
  41.  
  42. SystemName = 'PrimeNet'
  43. MailServer = 'primenet.com'
  44. NewsServer = 'news.primenet.com'
  45. NumSockets = 5
  46. MaxTries   = 10
  47. EventPath  = 'THOR:Data/BBS0/Event.data'
  48.  
  49. Also, these paths need to be changed: (for "SendEvents.thor")
  50.  
  51. 'THOR:bin/SendTCP' SystemName'
  52. 'THOR:bin/GetTCP BBSNAME'
  53.  
  54. Now, when I use "SendMail2.thor" with AMosaic, 'SendEvents.thor" pops
  55. up a requester, asking me if I want to send events, get mail, or do all.
  56. I choose "send events" and I've just sent some e-mail via AMosaic.
  57.  
  58.  
  59. >                   T r o e l s  W a l s t e d  H a n s e n
  60. >            troels@stud.cs.uit.no - http://www.cs.uit.no/~troels
  61.  
  62.  
  63.  God bless you!
  64. (and your Amiga)
  65. -Kip
  66.  
  67.  
  68.